home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
wrcmdd
/
install.doc
< prev
next >
Wrap
Text File
|
1995-02-28
|
1KB
|
35 lines
Winsock RCMD.DLL 1.5
Copyright 1994 Denicomp Systems
All rights reserved
The directory you install RCMD.DLL must be included in your PATH environment
variable or you can copy this file to your Windows directory (usually \WINDOWS).
The distribution contains two other ZIPped files: CRSH.ZIP and VBRSH.ZIP.
These contain the C example program and the Visual Basic example program
respectively. The C example program was written using Microsoft Visual C/C++
Version 1.0.
To install these, create two subdirectories within the directory you UNZIPped
the Winsock RCMD.DLL distribution named CRSH and VBRSH:
MKDIR CRSH
MKDIR VBRSH
Then change to each and UNZIP the files:
CD CRSH
PKUNZIP ..\CRSH.ZIP
CD ..\VBRSH
PKUNZIP ..\VBRSH.ZIP
The Makefile in the CRSH directory is set up to look in the previous directory
(..) for the RCMD.H and RCMD.LIB files. If you install the example C program
in another directory, you must modify this Makefile.